@@ -64,7 +64,7 @@ |
||
64 | 64 |
<button type="button" class="btn btn-default btn-sm dropdown-toggle" data-toggle="dropdown"> |
65 | 65 |
<span class="glyphicon glyphicon-th-list"></span> Actions <span class="caret"></span> |
66 | 66 |
</button> |
67 |
- <%= render 'action_menu', :agent => agent, :returnTo => "index" %> |
|
67 |
+ <%= render 'agents/action_menu', :agent => agent, :returnTo => "index" %> |
|
68 | 68 |
</div> |
69 | 69 |
</td> |
70 | 70 |
</tr> |
@@ -22,7 +22,7 @@ |
||
22 | 22 |
|
23 | 23 |
<li class="dropdown"> |
24 | 24 |
<a class="dropdown-toggle" data-toggle="dropdown" href="#"><span class="glyphicon glyphicon-th-list"></span> Actions <span class="caret"></span></a> |
25 |
- <%= render 'action_menu', :agent => @agent, :returnTo => "show" %> |
|
25 |
+ <%= render 'agents/action_menu', :agent => @agent, :returnTo => "show" %> |
|
26 | 26 |
</li> |
27 | 27 |
</ul> |
28 | 28 |
</div> |